home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / sun3-switch.s < prev    next >
Text File  |  1992-01-17  |  168b  |  15 lines

  1. #NO_APP
  2. gcc_compiled.:
  3. .text
  4.     .even
  5. .globl _stack_switch_and_go
  6. _stack_switch_and_go:
  7.     link a6,#0
  8.     movel a6@(8),d0
  9.     movel a6@(12),a0
  10. L1:
  11.     unlk a6
  12.     movl d0,sp
  13.     jmp a0@
  14.  
  15.